home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5851 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: nntp.teleport.com!usenet
  2. From: Jeff Grossman <grossman@teleport.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Quickwin not in VC++ 4.0?
  5. Date: 7 Feb 1996 04:37:37 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4f9aah$aop@maureen.teleport.com>
  8. References: <DMB8EM.B6I@cdf.toronto.edu>
  9. NNTP-Posting-Host: ip-pdx11-16.teleport.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. g2yantc@cdf.toronto.edu (Wilfred) wrote:
  16. >Hi I am new to VC++  32 bits. In VC++ 1.5 they have Quickwin but not in
  17. >4.0?? So If my applications uses a lots of 'cout' I shouldn't be using
  18. >4.0 then? I really like the Quickwin under 1.5 because any dos base
  19. >character output canbe redirect to windows mode. 
  20.  
  21. Actually, its very simple:
  22.  
  23. 1) in the AppWiz, just create a "Console App"
  24.  
  25. 2) create a .cpp with a Main proc
  26.  
  27. 3) include stdio.h or iostream.h
  28.  
  29. 4) build and run
  30.  
  31. Curiously enough, you have to do nothing special to create a console
  32. app, and you have acces to any Win32 API.
  33.  
  34. We are debugging a complex multi-thread NT service as a console app
  35. using just this technique.
  36.  
  37. Have fun.
  38.  
  39. Jeff
  40.  
  41.  
  42.